Fixed a typo in a comment.
authorAlex Gaynor <alex.gaynor@gmail.com>
Sun, 2 Aug 2015 23:16:18 +0000 (19:16 -0400)
committerAlex Gaynor <alex.gaynor@gmail.com>
Sun, 2 Aug 2015 23:16:18 +0000 (19:16 -0400)
src/cargo/sources/registry.rs

index 29ec378b12e0651cc7ccf6a21e5b8544f48000c0..7f97cfce932f11048a2a33f34b85df7fc507d04c 100644 (file)
@@ -521,7 +521,7 @@ impl<'cfg> Registry for RegistrySource<'cfg> {
 impl<'cfg> Source for RegistrySource<'cfg> {
     fn update(&mut self) -> CargoResult<()> {
         // If we have an imprecise version then we don't know what we're going
-        // to look for, so we always atempt to perform an update here.
+        // to look for, so we always attempt to perform an update here.
         //
         // If we have a precise version, then we'll update lazily during the
         // querying phase. Note that precise in this case is only